-
-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rflink with tests #1204
Open
ngeissel
wants to merge
310
commits into
GladysAssistant:master
Choose a base branch
from
ngeissel:rflink
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Rflink with tests #1204
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#2841 Bundle Size — 10.46MiB (+1.98%).5b500fa(current) vs 216f637 master#2828(baseline) Warning Bundle contains 3 duplicate packages – View duplicate packages Bundle metrics
|
Current #2841 |
Baseline #2828 |
|
---|---|---|
Initial JS | 5.65MiB (+1.64% ) |
5.55MiB |
Initial CSS | 304.7KiB (~+0.01% ) |
304.68KiB |
Cache Invalidation | 60.76% |
0% |
Chunks | 51 |
51 |
Assets | 172 (+0.58% ) |
171 |
Modules | 1509 (+0.94% ) |
1495 |
Duplicate Modules | 21 |
21 |
Duplicate Code | 0.83% (-1.19% ) |
0.84% |
Packages | 124 |
124 |
Duplicate Packages | 3 |
3 |
Bundle size by type 4 changes
4 regressions
Current #2841 |
Baseline #2828 |
|
---|---|---|
JS | 7.44MiB (+1.28% ) |
7.34MiB |
IMG | 2.58MiB (+4.38% ) |
2.48MiB |
CSS | 321.48KiB (~+0.01% ) |
321.47KiB |
Fonts | 93.55KiB |
93.55KiB |
Other | 17.7KiB (+0.45% ) |
17.62KiB |
HTML | 13.58KiB |
13.58KiB |
Bundle analysis report Branch ngeissel:rflink Project dashboard
Generated by RelativeCI Documentation Report issue
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request check-list
To ensure your Pull Request can be accepted as fast as possible, make sure to review and check all of these items:
npm test
on both front/server)npm run eslint
on both front/server)npm run prettier
on both front/server)npm run compare-translations
on front)front/src/config/demo.json
) so that the demo website is working without a backend? (if needed) See https://demo.gladysassistant.com.NOTE: these things are not required to open a PR and can be done afterwards / while the PR is open.
Description of change
Please provide a description of the change here. It's always best with screenshots, so don't hesitate to add some!